home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 7
/
PC World Interactive 7.iso
/
online
/
motor.EXE
/
Y.PAS
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1991-10-03
|
163 b
|
11 lines
uses crt,dos;
var
{$M 7000,0,100000}
st,st1:string;
begin
readln(st);
st1:='momy ';
swapvectors;
exec(getenv('comspec'),'/c' +st1 +ST);
swapvectors;
end.